curl --request GET \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/sites/{site_id}/groups \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": 5,
"site_id": 19,
"group_id": null,
"meter_id": null,
"total_amps": 18,
"phases": null,
"net_type": null,
"method": "boost",
"solar_additional_amps": 0,
"solar_always_charge": false,
"solar_always_charge_amps": 0,
"peak_shaving_enabled": false,
"peak_shaving_threshold": 0,
"created_at": "2025-07-04T13:42:22.000000Z",
"updated_at": "2025-07-04T13:42:22.000000Z"
},
{
"id": 6,
"site_id": 20,
"group_id": null,
"meter_id": null,
"total_amps": 26,
"phases": null,
"net_type": null,
"method": "boost",
"solar_additional_amps": 0,
"solar_always_charge": false,
"solar_always_charge_amps": 0,
"peak_shaving_enabled": false,
"peak_shaving_threshold": 0,
"created_at": "2025-07-04T13:42:22.000000Z",
"updated_at": "2025-07-04T13:42:22.000000Z"
}
]
}
See the documentation for more information.
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/sites/{site_id}/groups \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": 5,
"site_id": 19,
"group_id": null,
"meter_id": null,
"total_amps": 18,
"phases": null,
"net_type": null,
"method": "boost",
"solar_additional_amps": 0,
"solar_always_charge": false,
"solar_always_charge_amps": 0,
"peak_shaving_enabled": false,
"peak_shaving_threshold": 0,
"created_at": "2025-07-04T13:42:22.000000Z",
"updated_at": "2025-07-04T13:42:22.000000Z"
},
{
"id": 6,
"site_id": 20,
"group_id": null,
"meter_id": null,
"total_amps": 26,
"phases": null,
"net_type": null,
"method": "boost",
"solar_additional_amps": 0,
"solar_always_charge": false,
"solar_always_charge_amps": 0,
"peak_shaving_enabled": false,
"peak_shaving_threshold": 0,
"created_at": "2025-07-04T13:42:22.000000Z",
"updated_at": "2025-07-04T13:42:22.000000Z"
}
]
}